Do not list Test classes in the TestsAutoLoader.php
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 8 Dec 2014 20:07:31 +0000 (21:07 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 8 Dec 2014 20:07:31 +0000 (21:07 +0100)
phpunit will load the file, when scanning all folders for Test files

Change-Id: I07b7252511dc31ea6433e645a9c46fb1517abced

tests/TestsAutoLoader.php

index d35ec26..4ed28a8 100644 (file)
@@ -48,11 +48,6 @@ $wgAutoloadClasses += array(
        'TestUser' => "$testDir/phpunit/includes/TestUser.php",
        'LessFileCompilationTest' => "$testDir/phpunit/LessFileCompilationTest.php",
 
-       # tests/phpunit/includes
-       'BlockTest' => "$testDir/phpunit/includes/BlockTest.php",
-       'RevisionStorageTest' => "$testDir/phpunit/includes/RevisionStorageTest.php",
-       'WikiPageTest' => "$testDir/phpunit/includes/WikiPageTest.php",
-
        # tests/phpunit/includes/api
        'ApiFormatTestBase' => "$testDir/phpunit/includes/api/format/ApiFormatTestBase.php",
        'ApiQueryTestBase' => "$testDir/phpunit/includes/api/query/ApiQueryTestBase.php",